
*{margin: 0px;padding: 0px;-webkit-box-sizing: border-box;/*规定padding不影响宽度*/-moz-box-sizing: border-box;box-sizing: border-box;}
body{overflow-x:hidden;font-family: PingFangSC-Light,'helvetica neue','hiragino sans gb',arial,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;}
img{border:0;/*设置所有图片没有边框*/}
a {text-decoration:none;/*设置链接颜色以及没有下划线*/color:#333;}
ul {list-style-type:none;/*设置所有列表没有样式（列表前面的数字、字母或者符号排序）*/}
input, button, select, textarea {outline: none;-webkit-appearance: none;border-radius: 0;border:0;}


/*公共组件  头部*/
.header-box{
	width: 100%;
	min-width: 1200px;
	height:70px;
	background: #fff;
	position: fixed;
	top: 0px;
	z-index: 999;
	box-shadow: 10px 0px 2px #ccc;
}
.header{
	width: 1200px;
	min-width: 1200px;
	height:70px;
	margin: 0 auto;
}
.header-left{
	float: left;
	width: 145px;
	height: 70px;
	padding: 18px 0px;
}
.header-left img{
	width: 145px;
	height: 34px;
}
.header-right{
	width: 1000px;
	height: 70px;
	float: right;
}
.nav{
	width: 715px;
	height: 70px;
	float: left;
}
.nav ul{
	width: 715px;
	height: 70px;
}
.nav ul li{
	float: left;
	width: auto;
	height: 70px;
	overflow: hidden;
	color: #000;
	margin: 0px 15px;
	text-align: center;
}
.nav ul li a{
	display: block;
	height: 70px;
	width: auto;
	line-height: 70px;
	float: left;
	margin-right: 5px;
	position: relative;
}
.nav ul li span{
	display: block;
	width: 9px;
	float: left;
	height: 70px;
	background: url(../img/xia.png)center center no-repeat;
}

.nav ul li:hover span{
	background: url(../img/shang.png)center center no-repeat;
	
}
.nav ul li a:after{
	content: '';
	display: block;
	width: 0px;
	position: absolute;
	height: 3px;
	background: #fff;
	z-index: 99;
	top: 0;
	left: 0;
	transform: 0.5s;
	transition: 0.5s;
}

.nav ul li a:hover:after{
	content: '';
	display: block;
	width: 78px;
	position: absolute;
	height: 3px;
	background: #3ebcc7;
	z-index: 99;
	top: 0;
	left: 0;
	transform: 0.5s;
	transition: 0.5s;
}



.nav ul li a:hover {
	color: rgba(62,188,199);
	
}
.xiala{
	position: absolute;
	z-index: 999;
	width: 150px;
	background: #fff;
	top: 70px;
	display: none;
	box-shadow: 0px 0px 10px rgba(4,35,31,0.12);
}


.xiala ul li,.xiala2 ul li{
	clear: both;
	height: 40px;	
}
.xiala ul li a,.xiala2 ul li a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666666;
}
.xiala ul li a img,.xiala2 ul li a img{
	margin-right: 10px;
	margin-top: 13px;
	width: 15px;
	height: 15px;
}
.xiala ul li:hover,.xiala2 ul li:hover{
	border: none;
}
.xiala ul li a:hover,.xiala2 ul li a:hover{
	color: rgba(62,188,199);
	
}
.xiala ul li a:hover:after,.xiala2 ul li a:hover:after{
	display: none;
}



.nav ul li:hover .xiala,.nav ul li:hover .xiala2{
	display: block;
}

.xiala2{
	position: absolute;
	z-index: 999;
	width: 240px;
	background: #fff;
	top: 70px;
	height: 205px;
	display: none;
	box-shadow: 0px 0px 10px rgba(4,35,31,0.12);
}
.xiala2 ul{
	width: 120px;
	float: left;
}

.nav-right{
	float: right;
	width: 280px;
	height: 70px;
	background: url(../img/top-bg.png)left center no-repeat;
	padding-left: 16px;
}
.nav-right ul li{
	float: left;
	width: auto;
	cursor: pointer;
}
.nav-right ul li:nth-child(1){
	padding-top: 15px;
	margin-right: 30px;
}
.tle-left{
	padding-top: 10px;
	float: left;
	margin-right: 10px;
}
.tle-left img{
	width: 18px;
	height: 18px;
}
.tle-right{
	font-size: 14px;
	float: left;
}
.tle-right p:nth-child(1){
	color: #999;
}
.tle-right p:nth-child(2){
	color: #3ebcc7;
}
.nav-right ul li:nth-child(2){
	padding-top: 8px;
	line-height: 18px;
}
.qq-top{
	height: 27px;
	border-bottom: 1px dashed #999;
	margin-bottom: 8px;
}
.qq-top a{
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}
.wx-buttom{
	height: 27px;
	position: relative;
}
.wx-buttom a{
	display: block;
	line-height: 18px;
	font-size: 14px;
	color: #666666;
}
.nav-right ul li:nth-child(2) div img{
	margin-right: 5px;
}
.wx-none{
	position: absolute;
	width: 100px;
	height: 100px;
	background: #000;
	z-index: 99999;
	top: 25px;
	display: none;
}
.wx-none img{
	display: block;
	width: 100px;
	height: 100px;
}
.wx-buttom:hover .wx-none{
	display: block;
}

/*公共组件  底部*/
footer{
	width: 100%;
	min-width: 1200px;
	height: auto;
	zoom: 1;
	overflow: hidden;
	background: #fff;
}
.footer{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}
.footer-l{
	width: 145px;
	height: 100px;
	float: left;
}
.footer-l img{
	width: 145px;
}
.footer-c{
	padding-left: 30px;
	width: 600px;
	float: left;
}
.footer-c ul li{
	float: left;
	height: 20px;
	margin: 0px 20px;
	font-size: 14px;
	color: #666666;
}
.footer-c ul li a{
	color: #666666;
}
.footer-c p{
	display: block;
	margin-top: 30px;
	padding-left: 20px;
	color: #c9d0d1;
	font-size: 12px;
}
.footer-c img{
	padding-left: 20px;
	margin-top: 10px;
}
.footer-r{
	width: 88px;
	height: 88px;
	overflow: hidden;
	float: right;
}
.footer-r img{
	width: 88px;
	height: 88px;
}




/*公共组件   banner*/
.public-banner{
	width: 100%;
	position: relative;
}
.public-banner img{
	width: 100%;
	min-width: 1200px;
}
.public-banner-text{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
}
.public-banner-text-box{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	padding-top: 8%;
}
.public-banner-text h1{
	font-size: 36px;
	color: #04305b;
	margin-bottom: 20px;
}
.public-banner-text p{
	width: 600px;
	font-size: 20px;
	color: #04305b;
	line-height: 40px;
}


.public-banner-but{
	width: 222px;
	height: 72px;
	margin-top: 50px;
}
.public-banner-but a{
	display: block;
	width: 220px;
	height: 70px;
	text-align: center;
	line-height: 65px;
	font-size: 24px;
	color: #12b7f5;
	border: 1px solid transparent;	
	border-image: linear-gradient(to top, #05a8da, #35e6a8);
	border-image-slice: 1;
}
.public-banner-but:hover a{
	background-image: linear-gradient(to right, #05a8da 20%, #35e6a8 100%);
	border: none;
	color: #fff;
	transition: 0.5s;
}




/*公共组件   合作伙伴*/
.partner-box{
	width: 100%;
	min-width: 1200px;
}

.partner{
	width: 100%;
	min-width: 1200px;
	height: auto;
	zoom: 1;
	overflow: hidden;
	margin: 0 auto;
	padding: 70px 0px;
	margin-bottom: 20px;
	background: #f8f8fa;
}
.partner-title{
	min-width: 1200px;
	width: 1200px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;
}
.partner-title h2{
	font-size: 36px;
	font-weight: normal;
	color: rgb(51,51,51);
}
.partner-top{
	width: 1200px;
	min-width: 1200px;
	height: 580px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(40,22,6,0.1);
}
.partner-top-li{
	min-width: 1200px;
	width: 1200px;
	height: 145px;
}


.partner-top-li ul li{
	background: none;
	width: 200px;
	float: left;
	text-align: center;
	line-height: 190px;
	font-size: 0px;
	border: 1px solid #f6f6f6;
	height: 145px;
	overflow: hidden;
	cursor: pointer;
}
.partner-top-li ul li img{
	max-width: 200px;
	max-height: 145px;
	transition: all 0.5s; 
}
.partner-top-li ul li:hover img{
	transform: scale(1.11);
}

/*公共组件   新闻中心*/
.public-news{
	width: 100%;
	min-width: 1200px;
	height: auto;
	zoom: 1;
	overflow: hidden;
	padding-bottom: 50px;
	padding-top: 70px;
}
.public-news-title{
	width: 1200px;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 40px;
}
.public-news-title h2{
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	color:#333;
}
.public-news-top{
	width: 1200px;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
}

.public-news-top ul li{
	width: 480px;
	height: 200px;
	border: 2px solid #fff;
	float: left;
	position: relative;
	margin: 14px 60px;
}
.public-news-top-time{
	height: auto;
	zoom: 1;
	overflow: hidden;
	padding: 20px;
}
.public-news-top-time span{
	text-align: center;
	width: 56px;
	height: 56px;
	display: block;
	border: 1px solid rgb(226,227,232);
	background: #f0f2f5;
	font-size: 14px;
	line-height: 24px;
	padding-top: 5px;
	float: left;
	color: #333333;
}
.public-news-top-time h2{
	display: block;
	float: right;
	font-weight: normal;
	font-size: 16px;
	width: 364px;
	height: 56px;
	line-height: 56px;
	color: #333333;
	border-bottom: 1px solid rgb(226,227,232);
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	font-weight: bold;
}
.public-news-top-bom{
	height:100px;
	overflow: hidden;
	padding:0px 20px;
	line-height: 24px;
	font-size: 14px;
	color: #999999;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.public-news-but{
	width: 130px;
	height: auto;
	zoom: 1;
	padding-top: 50px;
	margin: 0px auto;
	overflow: hidden;
	border-radius:3px ;
}
.public-news-but a{
	display: block;
	width: 130px;
	height: 40px;
	border-radius:3px ;
	line-height: 40px;
	text-align: center;
	color: rgb(44,156,190);
	border: 1px solid rgb(44,156,190);
	transition: all 0.5s; 
	background:#fff;
}
.public-news-but a:hover{
	background:rgb(44,156,190);
	color:#fff;
}


.indexAbout{
    bottom: 0;
    height: 60px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 40;
    color:#fff;
    background: rgba(58,58,64,0.96);
}
.indexAboutBack{
	width: 1200px;
	min-width: 1200px;
    height: 60px;
    position: relative;
    margin: 0 auto;
    display: block; overflow: inherit;
}
.indexAboutText {
    bottom: 15px;
    height: 27px;
    right: 50px;
    width:27px;
    margin: 0 auto;
    z-index: 999;
    position: absolute;
}
.indexAboutText b{
    cursor: pointer;
    display: block;
    float: right;
    height: 27px;
    margin-top: 0;
    width: 27px;
    z-index: 999;
}
.indexIkj{
	display: none;
	height: 60px;
	cursor: pointer;
}
.indexIkj img{
	height: 60px;
}
.indextext{
	top: 5px;
	width: 1200px;
	min-width: 1200px;
	height: 50px;
	z-index: 41;
	position: absolute;
}

.indextext-l{
	float: left;
}
.indextext-l h2{
	font-size: 24px;
	color: #fff;
	line-height: 50px;
	font-weight: normal;
}
.indextext-l span{
	color: #3ebcc7;
	margin-right: 10px;
}

.indextext-r{
	width: 900px;
	float: right;
}
.indextext-r ul li{
	width: 220px;
	height: 50px;
	text-align: center;
	float: left;
	border-left: 1px solid rgba(106,104,102);
	padding-top: 10px;
}
.indextext-r ul li select{
	background: none;
	border: 1px solid #bbb;
	outline:none;
	width: 150px;
	height: 30px;
	line-height: 30px;
	color: #bbbbbb;
	background: url(../img/select.png)130px center no-repeat;
	padding-left:5px;
}
.indextext-r ul li select option{
	color: #333333;
}
.indextext-r ul li input{
	background: none;
	border: 1px solid #bbb;
	outline:none;
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding-left:5px;
}




.indextext-r ul li input[type=button]{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: rgb(62,188,199);
	margin-left: 30px;
	border: 1px solid rgb(62,188,199);
	outline:none;
	cursor: pointer;
}





/*公共按钮*/
.public-but{
	width: 170px;
	height: 50px;
	margin: 0 auto;
	clear: both;
	padding-top: 20px;
}
.public-but a{
	display: block;
	width: 170px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px solid transparent;	
	border-image: linear-gradient(to top, #05a8da, #35e6a8);
	border-image-slice: 1;
	color: #12b6f3;
	font-size: 20px;
	margin: 0 auto;
}
.public-but a:hover{
	background: linear-gradient(to right, #05a8da, #35e6a8);
	border: none;
	transition: 0.5s;
	color: #fff;
}















